home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / fill402.arj / BRUCE402.DOC next >
Text File  |  1994-02-11  |  29KB  |  577 lines

  1. BRUCE402.DOC
  2. 02/11/94
  3.  
  4. This documentation provides some overview information on a number of utilities
  5. that have been posted by Wayne Software.  All programs described herein were
  6. written by Bruce Guthrie.  Most are distributed with a Wayne Software copyright.
  7. Others were written for the U.S. Department of Commerce.  All are free for use
  8. provided relevant documentation is kept with the programs, no changes are made
  9. to the programs or documentation, and they are not bundled with commercial
  10. programs or charged for separately.
  11.  
  12. CHANGE, CONVERT, FILUPDAT, FIXCHARS, and READ are excluded from the commercial
  13. packaging restriction.  These programs are owned by the U.S.  Department of
  14. Commerce and may be re-distributed without restriction.  For these programs, I
  15. may be reached at the e-mail address BGU@CU.NIH.GOV (note--this address may
  16. change in the future).  (BGU@CU.NIH.GOV reaches me for the other programs too
  17. but I'm not to use government resources for Wayne Software things even if
  18. they're free.)
  19.  
  20. People who need to bundle AV, BFIND, COPSINCE, DIRCOMP, DIRTOTAL, FILL, FIXTEXT,
  21. FORTUNE, MULTICOL, NETSORT, READINIT, or READMAKE-created files in commercial
  22. packages other than shareware/freeware collections must pay a $50 registration
  23. fee to "Wayne Software" at the following address.  READMAKE-created files are
  24. also subject to this limitation.  I don't expect to make any money from these
  25. utilities but I don't want others to sell them instead.
  26.  
  27. Comments and suggestions can also be sent to:
  28.  
  29.                 Bruce Guthrie
  30.                 Wayne Software
  31.                 113 Sheffield St.
  32.                 Silver Spring, MD 20910
  33.  
  34.                 fax: (301) 588-8986
  35.  
  36. Foreign users:  Please provide an Internet address in all correspondence.
  37.  
  38.  
  39. The utilities are uploaded with a ZIP name that includes the year and month of
  40. the release.  These names are:
  41.  
  42.          AVymm.ZIP        AV program
  43.                           w/CONFIGWS
  44.          BFINDymm.ZIP     BFIND program
  45.                           w/CONFIGWS
  46.          CHANGymm.ZIP     CHANGE program
  47.                           w/CONFIGWS
  48.          CONVRymm.ZIP     CONVERT program
  49.                           w/CONFIGWS
  50.          COPSymm.ZIP      COPSINCE program
  51.                           w/CONFIGWS
  52.          DIRCOymm.ZIP     DIRCOMP program
  53.          DIRTOymm.ZIP     DIRTOTAL program
  54.                           w/CONFIGWS
  55.          FILLymm.ZIP      FILL program
  56.                           w/CONFIGWS
  57.          FILUPymm.ZIP     FILUPDAT program
  58.          FIXCHymm.ZIP     FIXCHARS program
  59.          FIXTXymm.ZIP     FIXTEXT program
  60.                           w/CONFIGWS
  61.          FORTNymm.ZIP     FORTUNE program
  62.          MULCOymm.ZIP     MULTICOL program
  63.          NETSOymm.ZIP     NETSORT program
  64.          READymm.ZIP      READ program
  65.                           w/CONFIGWS program
  66.                           w/READINIT program
  67.                           w/READMAKE program
  68.  
  69.  
  70. This collection of utilities were compiled using Microsoft's VisualBASIC for DOS
  71. 1.0 compiler.  In each case, Thomas G.  Hanlin III's excellent PBClone routines,
  72. release 2.2, provided additional functionality.  Each of the utilities are
  73. separately described in a like-named *.DOC file.  This documentation
  74. (BRUCEymm.DOC--the file release date is indicated by the "ymm" parameter) serves
  75. to summarize what the various utilities consist of.
  76.  
  77. Several of the routines have defaults that can be changed by the program
  78. CONFIGWS.EXE which is included in the appropriate ZIP's.
  79.  
  80. Wayne Software also writes programs, batch files, and sets up menu systems for
  81. people on a for-fee basis.  If you desire this service, contact Wayne Software
  82. at the address specified above.
  83.  
  84.  
  85. --------------------------------------------------------------------------------
  86.  
  87. Summary of programs:
  88.  
  89. A summary of each routine follows.  See the associated *.DOC files for fuller
  90. explanations:
  91.  
  92. AV.EXE:  Archive directory viewer.  Presents list of files in archive (ZIP, ARC,
  93. etc) and lets you sort as desired.  Also allows resetting of the file date based
  94. on the archive's contents.  Syntax:
  95.  
  96.     AV filespec [ /-P | /P ] [ /Ox | /O-x ] [ /DATE ] [ /Q ] [ /? ]
  97.  
  98. BFIND.EXE:  Allows Boolean-type FIND requests.  For example, find any line with
  99. one string AND another one, or any line with one string OR another.  The syntax
  100. shown below is incomplete since "search" allows a lot of choices and allows the
  101. use of parens and Boolean operators.  Syntax:
  102.  
  103.     BFIND [ /V | /-V ] [ /C | /-C ] [ /N | /-N ] [ /I | /-I ] [ /P | /-P ]
  104.       [ /-HEADER | /HEADER ] { search } infile [ /? ] [ >filename ]
  105.  
  106. CHANGE.EXE:  Processes change commands in files.  Files can be of any size and
  107. type (e.g.  binary or text) and are processed quickly.  Up to twenty-five change
  108. commands can be processed in a single pass.  Also provides ability to remove
  109. trailing spaces from text files.  Syntax:
  110.  
  111.     CHANGE infile [ ctlfile | /Cctlfile |
  112.       /FROM string /TO string [ /IN search ] ]
  113.       [ /LINES { line1-line2 | line1 linect } ... ] [ /V | /-V ] [ /I | /-I ]
  114.       [ /Noutfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] ]
  115.       [ /Fflagfile ] [ /Ttempfile ] [ /TRIM | /-TRIM ]
  116.       [ /BINARY | /TEXT ] [ /VERIFY | /-VERIFY ] [ /Q ] [ /? | /?&H ]
  117.  
  118. CONFIGWS.EXE:  Lets you change some of the defaults for some of the programs.
  119. Is included in the ZIP file with whatever routines it supports.  Syntax:
  120.  
  121.     CONFIGWS [ routine ] [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /? ]
  122.  
  123. CONVERT.EXE:  Converts data between data formats:  FROM dBase, ASCII-delimited
  124. (commas between fields and quotes around strings), and fixed field TO Lotus WKS,
  125. ASCII-delimited, dBase, and fixed field.  Syntax:
  126.  
  127.     CONVERT infile [ outfile [ deffile ] ] [ [ /DEF=deffile ] [ /DEF | /-DEF ]
  128.       [ /OVERWRITE | /-OVERWRITE | /APPEND | /OVERASK ]
  129.       [ /FROM FIXED | /FROM ASCII | /FROM DBF ] [ /DELETED ]
  130.       [ /TO FIXED | /TO ASCII | /TO WKS | /TO DBF ] [ /HEADER | /-HEADER ]
  131.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  132.       [ /SKIP | /MISSING | /ABORT ] [ /SAS ] [ /Q ] [ /? | /?&H ]
  133.  
  134. COPSINCE.EXE:  Copies all files modified since a given date.  Primarily used for
  135. making sure you have a back-up of stuff and also to copy updated programs to
  136. another place.  Lets you define your own groupings of files if desired.  Syntax:
  137.  
  138.     COPSINCE [ from_dir | from_dir\filespec [ to_dir ] ] [ /TO to_dir ]
  139.       [ mm/dd/yy | -n ] [ /ALL | /TEXT | /filetype ] [ /-I ]
  140.       [ /REPLACE | /-REPLACE ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  141.  
  142. DIRCOMP.EXE:  Similar in some ways to DOS's REPLACE command but adds ability to
  143. delete extra files in the destination subdirectory, copy hidden and system
  144. files, and prepare a report showing inconsistencies.  Syntax:
  145.  
  146.     DIRCOMP directory1 directory2 [ /ALL ] [ /UPDATE ] [ /KILL ]
  147.       [ /CLONE ] [ /ATTR=[H][S][R] ] [ /S ] [ /NET ] [ /Frptfile | /-F ]
  148.       [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] [ /Q ] [ /? ]
  149.  
  150. DIRTOTAL.EXE:  Prepares report showing files in subdirectory or drive.  Allows
  151. some restriction requests (show only files with date greater than a certain
  152. value).  Similar to Norton's FF and Ray Van Tassle's WIZ command (which is a
  153. great program but it doesn't work on network or CD-ROM discs) in some ways but
  154. presents a more formal report.  Also allows you to look for duplicate file names
  155. and search by attributes or dates.  Syntax:
  156.  
  157.     DIRTOTAL [ [ drive: ] ... [drive:][filespec] |
  158.         [ drive: ] ... [drive:]\path[\filespec] ]
  159.       [ /NORMAL | /WIDE | /THIN | /SPLIT ] [ /DUPS ] [ /CHILD ]
  160.       [ /NL ] [ /-HEADERS ] [ /-FOOTERS ]
  161.       [ /S { GT | GE | LT | LE | EQ | NE } value ]
  162.       [ /D { GT | GE | LT | LE | EQ | NE } mm/dd/yy ]
  163.       [ /ATTR=attr ] [ /Frptfile ] [ /Z | /-Z ] [ /SUB | /-SUB ]
  164.       [ /Ox | /O-x ] [ /BEEP | /-BEEP ] [ /Td: ] [ /Q ] [ /? ]
  165.  
  166. FILL.EXE:  Program designed to move files off to floppy diskettes, taking the
  167. biggest files first and skipping those that won't fit.  Also provides option of
  168. splitting large files up, labeling output disks, and creating a status report.
  169. Syntax:
  170.  
  171.     FILL [ source-filespec ] [ dest-drive: | dest-drive:\path\ ]
  172.       [ /MOVE | /COPY ] [ /PROMPT | /-PROMPT ]
  173.       [ /OVERWRITE | /-OVERWRITE | /OVERSKIP | /OVERASK ]
  174.       [ /Ox | /O-x ] [ /Xfilespec ]... [ /WIPE | /-WIPE ] [ /MULTI | /SINGLE ]
  175.       [ /SPLIT ] [ /LABEL=label [ /START=n ] ] [ /Fstatfile [ /S+ | /S- | S* ]
  176.       [ /CONTINUAL ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  177.  
  178. FILUPDAT.EXE:  Program which compares a selected list of files in a source path
  179. against those in another path and copies those that have been updated.  Similar
  180. to DOS' REPLACE command but works from a stored list of files and can handle any
  181. number of directories.  Syntax:
  182.  
  183.     FILUPDAT ctlfile
  184.       [ /Flist_file [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] ]
  185.       [ /FULL ] [ /ALL ] [ /Q ] [ /? ]
  186.  
  187. FIXCHARS.EXE:  Program which removes non-standard print characters from a text
  188. file.  Translates graphics characters into their ASCII equivalents.  Also
  189. expands tabs and removes backspaces.  Is primarily intended for people who have
  190. problems printing a file.  Pretty much replaced by the FIXTEXT.EXE program.
  191. Syntax:
  192.  
  193.     FIXCHARS infile { outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] |
  194.       /REPLACE } [ /BINARY | /TEXT ] [ /Frptfile | /-F ] [ /-EJECT ]
  195.       [ /Q ] [ /? ]
  196.  
  197. FIXTEXT.EXE:  Program which applies a user-definable character-translation table
  198. to a text file.  Can allow you to convert graphics characters to their ASCII
  199. equivalents, lowercase letters to uppercase letter, etc.  Can also be used to
  200. translate DOS text files to Mac or Unix text files and vice versa.  Can also
  201. expand tabs, remove trailing spaces, and remove backspaces.  Syntax:
  202.  
  203.     FIXTEXT infile { outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] |
  204.       /REPLACE } [ /Iinitfile | /-I ] [ /TEXT | /-TEXT ] [ /EJECT=str ]
  205.       [ /CRLF | /CR | /LF | /-LINE ] [ /TO CRLF | /TO CR | /TO LF | /TO -LINE ]
  206.       [ /WIDTH=n ] [ /Frptfile | /-F ] [ /Q ] [ /? | /?&H ]
  207.  
  208. FORTUNE.EXE:  Program which adds some fine-tuning to the DOS FOR command.
  209. Among other things, this lets you distinguish file name roots from their
  210. extensions as well as increment file names by specified values.  Syntax:
  211.  
  212.     FORTUNE { IN (set) | IN filespec | /IN (set) | /IN filespec }
  213.       [ /AS filename ] [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  214.       [ /VAR=char ] [ /DELIM=chars ] [ /+n | /-n ]
  215.       [ /ECHO | /-ECHO ] [ /ABORT | /-ABORT ] [ /PAUSE | /-PAUSE ] [ /? ]
  216.       { DO cmd | /DO cmd }
  217.  
  218. MULTICOL.EXE:  Program creates multiple column listings from straight ASCII
  219. text, ASCII-delimited text, or dBase files.  Also does subtotalling.  Can
  220. also be used to add headers and footers to standard one-column text.  Syntax:
  221.  
  222.     MULTICOL infile outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  223.       [ /DELIM="string" ] [ /LINES=n ] [ /WIDTH=n ] [ /EJECT | /-EJECT ]
  224.       [ /COLUMNS=n ] [ /-WRAP | /WRAP [ /INDENT=n ] | /REFLOW ]
  225.       [ /Cctlfile ] [ /SETUP="string" ] [ /RESET="string" ]
  226.       [ /{ TITLE | HEADER | FOOTER }[ R | C | L ][ 1 to 5]="text" ]
  227.       [ /{ TITLE | HEADER | FOOTER }{ T | B }="string" ]
  228.       [ /-TITLE ] [ /FROM FIXED | /FROM ASCII | /FROM DBF ]
  229.       [ /DEF=deffile ] [ /DEF | /-DEF ]
  230.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  231.       [ /SKIP | /MISSING | /ABORT ] [ /GAP=n ] [ /TALLY ]
  232.       [ /SUM={ col_spec | var_spec } ] [ /BREAK={ col_spec | var_spec } ]
  233.       [ /PRINT={ col_spec | var_spec } ] [ /? | /?&H ]
  234.  
  235. NETSORT.EXE:  Slow but effective method for physically sorting files in a
  236. directory on a Banyan Vines (and possibly other) server.  Also works on
  237. DOS disks but Norton's DS command is better.  Syntax:
  238.  
  239.     NETSORT [ path ] [ /S ] [ /Ox | /O-x ] [ /BEEP | /-BEEP ] [ /? ]
  240.  
  241. READ.EXE:  Text file browser.  Supports marking, copying text, reading Unix
  242. and Mac text files, etc.  Only works with files of 16,000 lines or less (maybe
  243. 800,000 bytes).  Other text viewers are out there.  This one has some advantage
  244. because it's free!  Syntax:
  245.  
  246.     READ [ filespec | @flistfile ] [ /TITLE="title" ] [ /DATE=NONE ]
  247.       [ /line ] [ /Pport ] [ /-I ] [ /DOS | /-DOS ]
  248.       [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /-MOUSE ] [ /? ]
  249.  
  250. READINIT.EXE:  Creates and maintains the READ.INI file which may be used by
  251. READ.EXE, READWK.EXE and any self-viewable file created by READMAKE.EXE.
  252. Syntax:
  253.  
  254.     READINIT [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /-I ] [ /? ]
  255.  
  256. READMAKE.EXE:  Program which takes an ASCII-text file and makes it
  257. self-viewable.  Provides same capabilities as the READ program.  Syntax:
  258.  
  259.     READMAKE infile [ outfile ] [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  260.       [ /DATE=FILE | /DATE=TODAY | /DATE=NONE ] [ /TITLE="text" ] [ /? ]
  261.  
  262.  
  263. -------------------------------------------------------------------------------
  264.  
  265. Where to find them on the Internet:
  266.  
  267. In general, I no longer copy utilities to regular computer bulletin boards.
  268. While users are encouraged to do so, it's a lot easier for me to post them using
  269. ftp on the Internet.  I post them directly on the Simtel archives at
  270. oak.oakland.edu and they are available there using anonymous ftp.  Subdirectory
  271. names have been undergoing some revisions out there of late but the directories
  272. should stay roughly the same.  The version numbers (indicated by the three
  273. digits before the .zip extension) may change as they reflect the last release
  274. date of the program ("308" is August 1993).  The versions listed below are
  275. current as of January 1994.
  276.  
  277. Off pub/msdos/, look for:
  278.  
  279.      arcutil/av401.zip         Archive view: Free ZIP etc directory viewer
  280.      batutil/fortn402.zip      Fine-tunes DOS FOR command w/options
  281.      dirutil/cops401.zip       Copies files modified since given date
  282.      dirutil/dirco402.zip      Updates files based on source directory
  283.      dirutil/dirto401.zip      Directory lister and totaller
  284.      dirutil/filup401.zip      Copy updated files based on a control list
  285.      diskutil/fill402.zip      Stuffs as many files as possible on disk
  286.      network/netso401.zip      Sorts files in Banyan Vines directories
  287.      spredsht/convr402.zip     Convert dBase, ASCII-delim, fixed, 1-2-3
  288.      textutil/bfind401.zip     Boolean FIND command (BFIND BEGIN & END)
  289.      textutil/chang402.zip     Change strings in text files
  290.      textutil/fixch401.zip     Replace non-printable ASCII codes
  291.      textutil/fixtx401.zip     Translate text file characters en masse
  292.      textutil/mulco402.zip     Multicolumn text with headers, dBase supported
  293.      textutil/read401.zip      Free viewer, also make any text self-viewing
  294.  
  295. Note that the versions above are subject to change.  The last three digits
  296. before ".zip" indicate the last digit of the year and the two digit month.
  297. Depending on how often I've updated things, you might find something like a 312
  298. version instead of 311 when you go to look.
  299.  
  300. If you can't get all of the utilities from your own sources, send $10 to the
  301. address above and I'll send you everything.  Please specify disk size/density.
  302.  
  303. Another Wayne Software product, called The DEMO System, is released as a
  304. shareware program.  The DEMO System is a unique system designed to create
  305. text-screen demos, tutorials, help screens, etc.  Look for the file
  306. DEMOSymm.ZIP.  On oak.oakland.edu, it's in pub/msdos/ as:
  307.  
  308.      screen/demos401.zip       Create tutorials, demos, menu systems, etc.
  309.  
  310. The following are other programs that I've written either as Department of
  311. Commerce or as Wayne Software.  These programs are no longer officially updated
  312. but they would be if someone expressed interest in them.  On oak.oakland.edu,
  313. look under pub/msdos/ as:
  314.  
  315.      fileutil/conct305.zip     Concatenate files incl on multiple floppies
  316.      spredsht/readw308.zip     Free WKS/WK1 file viewer
  317.      textutil/add304.zip       Adds a column of numbers
  318.      textutil/take1304.zip     Takes first occurence of a record
  319.  
  320. --------------------------------------------------------------------------------
  321.  
  322. Beta-zoids...  Thanks to:
  323.  
  324. Beta testers are always desired for these utilities.  You don't get a damned
  325. thing out of being one (which is about what I get for writing them) but it
  326. doesn't cost you much besides an hour or two and lets you have more of an impact
  327. on the future courses of the routines.  In order to be a beta tester, you have
  328. to be able to receive uuencoded files via e-mail (so forget CompuServe and
  329. Prodigy people; sorry).  If you're interested, drop a message to me at
  330. bgu@cu.nih.gov and tell me which routine(s) you're interested in being on the
  331. list for.
  332.  
  333. Existing routines have gotten suggestions, comments, and even complements from
  334. all over the world (definitely something I *love* about the Internet).  No money
  335. of course but the ego's a powerful thing to feed!  (The flamers of course should
  336. be burned at the stake or maybe start writing their own programs instead of
  337. criticizing other people's.) Thanks to (and sorry for screwing up some of these
  338. addresses)...
  339.  
  340. CHANGE:         mcardleb@cosy.uml.edu
  341. CONVERT:        haapanen@niini.metla.fi
  342. CONVERT:        rausch@rz.uni-frankfurt.de
  343. DIRTOTAL:       longr@qus102.qld.tne.oz.au
  344. DIRTOTAL:       westg@rintintin.colorado.edu
  345. FILL:           beezer@cc.utah.edu
  346. FILL:           dashiell@nadc.nadc.navy.mil
  347. FILL:           djtooley@undergrad.math.waterloo.ca
  348. READ:           ferch@cca.ubc.ca
  349. READ:           mossako@asterix.uni-muenster.de
  350.  
  351.  
  352.  
  353. --------------------------------------------------------------------------------
  354.  
  355. Revision history:
  356.  
  357. Detailed revision history is only maintained for the last two or three releases.
  358. After that, you get the major revision summaries only.  After six months or so,
  359. you get only earth-shattering stuff and after a year you get nothing.  No one
  360. reads this junk anyway, right?  Programmer types like to put in it in just to
  361. justify what they've been doing over the last couple of years.
  362.  
  363. --------------
  364. Release 94/02:
  365.  
  366. CHANGE, CONVERT, FIXTEXT, and MULTICOL:  Documentation left off four hexadecimal
  367. codes.  Fixed it this time.
  368.  
  369. CHANGE:  Fixed a problem with passing in the control file as the second parm.
  370. Also added /Cctlfile parameter (which does the same thing).  Fixed a problem
  371. with "/LINES linenum linect" parm (took one too many lines) and fixed up the
  372. "/?" information for the /LINES parm.
  373.  
  374. CONVERT and MULTICOL:  When the routine displayed exclusion filters, it
  375. accidentally showed them as inclusion ones instead.
  376.  
  377. DIRCOMP:  Added /-F parameter as replacement for /FNUL:  and /SKIP to make it
  378. more consistent with FIXCHARS and FIXTEXT.
  379.  
  380. FILL:  Added reformatting options if /WIPE was specified for the output disk.
  381.  
  382. FORTUNE:  New program.  Definitely in need of beta testers and suggestions!
  383.  
  384. MULTICOL:  Changed it so that blank lines wouldn't be ignored when /COLUMNS=1
  385. was specified.  If anyone wants this configurable in CONVERT or MULTICOL, let me
  386. know.  Added some checking for confused /COLUMNS, /WIDTH, and /DELIM requests.
  387. Fixed /GAPS=n option.  Allowed /FROM FIXED and /DEF=deffile to work together and
  388. added an example of this.  (This capability added the ability to essentially
  389. eliminate undesirable columns in text tables and other things.)  Added /LINES=0
  390. and /-TITLE options, both of which were done to provide continuous pages in
  391. cases of /COLUMNS=1.
  392.  
  393. --------------
  394. Release 94/01:
  395.  
  396. Had a lot of use-or-lose leave at work so had some time to fart around with
  397. these utilities.  I'm sure this release probably includes some bugs which is
  398. a good time to remind people who can accept binary files mailed to them via the
  399. Internet that I'd like beta tester volunteers.  See the note above on this.
  400.  
  401. AV:  Found that the program couldn't handle any archives with more than 820
  402. members (you'd get a message about exceeding the string space).  Will now turn
  403. off all sorting and non-name display options once that number is reached but it
  404. will still display all member names.  Furthermore, the program will now skip any
  405. members beyond 1200.  Who'd exceed those numbers?  Well, I do since I keep all
  406. of my Windows icons as little ICO files (not being a Windows fanatic, I can view
  407. the ICO files outside of Windows so I don't put them into DLL's).  Changed AV /?
  408. so it shows what the the current CONFIGWS-able defaults are.  Added return
  409. codes.
  410.  
  411. BFIND:  Changed BFIND /? so it shows what the current CONFIGWS-able defaults
  412. are.  Added return codes.
  413.  
  414. CHANGE:  Allowed use of &Hxx and \ddd in any case where the program accepts
  415. special codes.  Added decimal values to the expanded help table.  Added /?&H
  416. option which shows you just this table.  Fixed up some inconsistencies in the
  417. documentation as well as errors in the program (well, the features *used* to
  418. work the way I documented them before...).  Modified CHANGE /?  so it shows what
  419. the current CONFIGWS-able defaults are.  Added return codes.
  420.  
  421. CONVERT and MULTICOL:  Both of these routines (which share a lot of subroutines)
  422. shared the following changes:  Allowed use of &Hxx and \ddd in any case where
  423. the program accepts special codes.  Added reference table to the on-line help
  424. which shows you the hexadecimal and decimal equivalents to characters.  Added
  425. /?&H option which shows you just this table.  Added
  426. /DELIMS=aroundstrings,aroundnums,betweenfields parameter which allows you to
  427. specify in one place the delimiters to be used around string fields, around
  428. numeric fields, and between fields for ASCII-delimited input and output records.
  429. The first two options are new.  Removed support for specifying delimiter in
  430. /FROM ASCII=char or /TO ASCII=char; use the new convention instead.  Added
  431. ability to specify up to 10 accept (process only those lines which contain this
  432. string) and reject (delete any lines which contain this string) flags and
  433. allowed the user to specify where the character string should appear (beginning
  434. of record, end of record, within a record).  Dropped support for X= and Z=
  435. specifications in the field-definition file (although both still work for now);
  436. use the /DELIMS= option in the command line and the new /+S, /-S etc options.
  437. Modified /? parm so it shows what the current CONFIGWS-able defaults are.
  438. Currently, filters don't apply to dBase input files.  Should they?  Let me know
  439. if you care.  Added return codes.
  440.  
  441. CONVERT:  See "CONVERT and MULTICOL" write-up above.  Improved some of the
  442. display information.  Dropped the automatic exclusion of lines beginning with "_
  443. (X="_)--use /S-="_ if you need this.  Changed status (input/output count)
  444. indicator to show status every 10 input lines instead of every one and also now
  445. show percentage completed.  Added /DELETED option.
  446.  
  447. COPSINCE:  New program.  I use this all the time to copy files that I modify at
  448. home and bring them to work.  I don't know if anyone else has a use for this but
  449. what the heck.
  450.  
  451. DIRCOMP:  Maintenance release.  Revised documentation somewhat.
  452.  
  453. DIRTOTAL:  Added return codes.  Maintenance release otherwise.
  454.  
  455. FILL:  Fixed a minor bug which prevented the program from copying files that
  456. were exactly as many clusters as the destination had.  Normally, an unlikely
  457. occurrence until /SPLIT was added.  Fixed up a bug that ignored the /START=n
  458. parameter.  Added return codes.
  459.  
  460. FILUPDAT:  Maintenance release.  Revised documentation somewhat.
  461.  
  462. FIXCHARS:  Added /-F option.  This program is pretty well replaced by the
  463. FIXTEXT program which has more functionality but FIXCHARS will still be
  464. supported (as it's used at U.S.  Dept of Commerce).  Added return codes.
  465.  
  466. FIXTEXT:  Added this.  A much more functional version of the FIXCHARS program.
  467. If you previously used FIXCHARS, you can use the same syntax with the new
  468. command unless you used FIXCHARS' /BINARY option (which is somewhat akin to the
  469. new /-LINES option).  FIXTEXT reads the data in large blocks so it's
  470. considerably faster than FIXCHARS in any mode plus FIXTEXT offers lots of new
  471. features.  Still free of course (under normal provisions).
  472.  
  473. MULTICOL:  See "CONVERT and MULTICOL" write-up above.  Fixed up some
  474. inconsistencies in the programming.  Added ability to process regular
  475. fixed-field files (ala CONVERT).  Added support for filters which never worked
  476. before.  Added /BEEP and /-BEEP options.  Added support for MULTICOL in the
  477. CONFIGWS.EXE program.  Switched decimal-character reference codes from "\ddd" to
  478. "/ddd" for printer set-up codes in order to keep in step with the other
  479. programs; so "\027" is now "/027".
  480.  
  481. NETSORT:  Maintenance release.  Added return codes.  Modified /? parm so it
  482. now shows what the CONFIGWS-able defaults are.  Modified docs a bit too.
  483.  
  484. READ:  Added ability to handle Mac and Unix text files (lines ending with,
  485. respectively, CR and LF).  Sped up mouse operations a little bit (previously,
  486. you had to to repeatedly click on the scrollers to get it to move; now you can
  487. just keep the button pressed down).  Added /TITLE="title" and /DATE=NONE
  488. options.  Added titles in the @flistfile file.  Added /-MOUSE option.  Changed
  489. the ERRORLEVEL codes:  0 now means no problems, 254 means file not found, and
  490. 255 means there was a syntax error or /? was requested.  Fixed a bug which
  491. dropped the last line of the file if it didn't end with an expected EOL
  492. character (and blew up if you had only one line in the file and that didn't
  493. have one either).
  494.  
  495. READMAKE (included in READ):  Added /DATE=NONE option.  READ's Mac/Unix
  496. and most other new capabilities were added also.  Added return codes.
  497.  
  498. --------------
  499. Release 93/12:
  500.  
  501. DIRTOTAL:  Fixed up a bug which prevented it from running on Novell networks.
  502. Fixed up several minor numeric typing errors (which had sector sizes showing up
  503. as negative numbers).  Changed /DUPS option so indicates separately the number
  504. of unique file names that are duplicates as well as how many occurrences of
  505. these files there are.  Fixed a bug which prevented date restrictions from
  506. working.  Allowed formatting options (/SPLIT, /NORMAL, /WIDE) to be used with
  507. /DUPS option (previously just got a modified version of the /THIN format).
  508. Added /-HEADERS and /-FOOTERS options.  Added drive label information to the
  509. output file.  Removed continue prompt for help if output being redirected.
  510. Modified DIRTOTAL /?  so it shows what the current CONFIGWS-able defaults are.
  511.  
  512. FILL:  Made /BEEP (instead of /-BEEP) the default.  You may use CONFIGWS to
  513. change the default back to /-BEEP if you desire.  When using /WIPE, added a
  514. couple of menu choices when files exist.  In one case, you can view the files in
  515. the destination area and in the other case you can view the files and select
  516. which ones (if any) you want to delete.  Added a little bit of color.  Added
  517. /CONTINUAL option.  Removed continue prompt for help if output being redirected.
  518. Modified FILL /?  so it shows what the current CONFIGWS-able defaults are.
  519.  
  520. READ:  Fixed a bug when you tried to type too much text in the "search" box.
  521. Fixed a bug when you use it without parameters on a directory with too many text
  522. files.  Fixed a bug that prevented screen colors from being reset upon exit if
  523. you didn't have ANSI.SYS loaded.  Prevented some errors from showing up when you
  524. load a Mac text file (ending with CR, without CR/LF); truncates the first
  525. character of the line but that's life.  Still nothing for Unix files (ending
  526. with LF without CR/LF); I intend to fix that up with the next release (famous
  527. last words).  Modified READ /?  so it shows what the current CONFIGWS-able
  528. defaults are.
  529.  
  530. -------------- (kind of terse)
  531. Release 93/11:
  532.  
  533.   CONVERT:  Fixed a problem with DELIM as passed-in parameter.
  534.  
  535.   FILL:  Fixed a problem with /SPLIT when wildcards were specified and more than
  536.   one large file was in the source specification.  Added /LABEL=label, /START=n,
  537.   /Ffilespec, /S+, /S-, and /S* options.
  538.  
  539.   MULTICOL:  Fixed a problem with DELIM as passed-in parameter.
  540.  
  541. Release 93/10:
  542.  
  543.   DIRTOTAL:  Added output formatting and /DUPS options.
  544.  
  545.   Dropped:  CONCAT and READWK
  546.  
  547. Release 93/08:
  548.  
  549.   AV:  Added /DATE and /Q options.
  550.  
  551.   DIRCOMP:  It's back!  Added /CLONE, /ATTR=[R][H][S], and /SKIP options.
  552.  
  553.   FILL:  Added /SPLIT option.
  554.  
  555. Release 93/07:
  556.  
  557.   READ:  Added F9 (backward search for text).  Fixed a bug in READMAKE--
  558.   searching didn't work at all.
  559.  
  560. -------------- (real terse)
  561. Release 93/05:
  562.  
  563.   New:  NETSORT and READWK.
  564.  
  565.   Dropped:  ADD, DIRCOMP, and TAKE1ST.  DIRCOMP returns in 93/08 version.
  566.  
  567. Release 93/03:
  568.  
  569.   New:  AV and READINIT.
  570.  
  571. Release 93/01:
  572.  
  573.   First release posted on SIMTEL (Internet).
  574.  
  575.   New:  The DEMO System (shareware and not part of normal package).
  576.  
  577.